home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
honey_be.swf
/
scripts
/
DefineSprite_326_notenough
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-04-12
|
178b
|
12 lines
onum = r.stat.notebig.onumber;
a.appear(25);
d = 35;
onEnterFrame = function()
{
d--;
if(!d or r.stat.notebig.onumber != onum)
{
disappear(25);
}
};